html{
    scroll-behavior: smooth;
}

body {
    background-color: #f1f5f9; 
    color: #1e293b;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.Nav-Container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: gray;
    border-radius: 50px;
    margin: 40px;
    padding: 25px;
    margin-bottom: 130px;
    box-shadow: 0px 2px 5px black;
    background-color: #0f172a;
}
.Imagery{
    width: 12%;
}

.Navlist{
    display: flex;
    gap: 30px;
    list-style: none; 
}

.Navlist a{
    font-size: 20px;
    text-decoration: none;
    color: white;
    transition: 0.3s;
    padding: 10px;
    border-radius: 15px;
}

.Navlist a:hover{
    color: black;
    background-color: aliceblue;
}

.Navbar-toggle{
    background: transparent;
    display: none;
    padding: auto;
    border: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 20px;
    height: 3px;
    margin: 5px auto;
    background: #fff;
    transition: all 0.3s ease-in-out;
    margin-top: 3px;
}

button{
    margin-top: 20px;
    padding: 7px 20px;
    border: none;
    border-radius: 8px;
    background-color: #333;
    color: white;
    cursor: pointer;
    font-size: 13px;
    margin-top: -3px;
}

.dark-mode{
    background-color: #121212;
    color: white;
}

.dark-mode button{
    background-color: white;
    color: black;
}


#menu-btn{
    display:none;
    font-size:30px;
    cursor:pointer;
    color:white;
}



/* HERO SECTION */

.Hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 1500px;
    height: 55vh;
    margin: 40px;
    padding: 55px;
    margin-top: 100px;
    margin-bottom: 130px;
}


.Hero-Section .Kids{
    font-size: 70px;
    font-family: 'Segoe UI', sans-serif;
    line-height: 75px;
    margin-bottom: 20px;
}


.Hero-Section .Active{
    font-size: 20px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}


.Hero-Section .Apply{
    display: inline-block;
    font-size: 15px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #1e293b;
    border-radius: 20px;
    padding: 18px;
}

.hero-image img{
    width:450px;
    height:450px;
    border-radius: 500px;
    margin-top: -27px;
    box-shadow: 0px 2px 5px 5px;
    object-fit: cover;
}



button{
    margin-top: 20px;
    padding: 7px 20px;
    border: none;
    border-radius: 8px;
    background-color: #333;
    color: white;
    cursor: pointer;
    font-size: 13px;
    margin-top: -3px;
}

.dark-mode{
    background-color: #121212;
    color: white;
}

.dark-mode button{
    background-color: white;
    color: black;
}


.Course{
    text-align:center;
    font-size:3rem;
    margin-bottom:50px;
}

.card-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap: 52px;
    margin-bottom: 10px;
    padding:100px 8%;
    margin-top: -50px;
}

.card{
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(15px);
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
}

.card:hover{
    transform:translateY(-10px);
}

.card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.card h1{
    padding:20px;
    font-size:1.5rem;
}

.card p{
    padding:0 20px 20px;
    line-height:1.7;
}

.view{
    text-align:center;
    margin-top:40px;
    margin-bottom: 50px;
}

.view a{
    color:#333;
    text-decoration:none;
    font-size:1.1rem;
    font-weight:bold;
}

.Testmonial{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.Testmonial-info{
    width: 350px;
    padding: 25px;
    border-radius: 20px;
    transition: ease-in 0.3s;
    cursor: pointer;
}

.Testmonial-info h3{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.Testmonial-info p{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}


.Testmonial-info:hover{
    transform: translateY(-16px);
}

.Testmonial-info img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    /* margin-left: 10px; */
    border-radius: 50px;
    margin-bottom: 20px;
}

.stars{
    color:#FFD700;
    font-size: 20px;
    text-align: center;
}




.Footer-Container {
    background-color: #0f172a;
    color: #cbd5e1;
    padding: 60px 40px 30px;
    margin-top: 80px;
}

.Footer-Top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px solid #1e293b;
}

.Footer-Brand {
    max-width: 260px;
}

.Footer-Logo {
    width: 80px;
    margin-left: -18px;
    margin-bottom: 12px;
}

.Footer-Brand p {
    font-size: 14px;
    line-height: 1.7;
    color: #94a3b8;
}

.Footer-Links h4,
.Footer-Contact h4 {
    color: #f1f5f9;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.Footer-Links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Footer-Links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.Footer-Links a:hover {
    color: #38bdf8;
}

.Footer-Contact p {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 6px;
}

.Footer-Email {
    display: inline-block;
    margin-top: 10px;
    color: #38bdf8;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.2s;
}

.Footer-Email:hover {
    opacity: 0.75;
}

.Footer-Bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 24px;
    font-size: 13px;
    color: #64748b;
}

.Footer-Socials {
    display: flex;
    gap: 20px;
}

.Footer-Socials a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.Footer-Socials a:hover {
    color: #38bdf8;
}


@media (max-width:768px){

    .Navlist{
        position:fixed;
        top:0;
        right:-100%;
        width:200px;
        height:40vh;
        background:#0f172a;
        flex-direction: column;
        gap:30px;
        transition:0.5s;
        padding:30px;
        margin-top: 90px;
    }

    #menu-btn{
        display:block;
    }


    .Nav-Container{
     width: 98%;
     padding: 50px;
     border-radius: 30px;
     margin-left: 4px;
     margin-top: 8px;
    }

  

    .Navlist.active{
        right:0;
    }

    .Navlist li{
        list-style:none;
    }

    .Navlist li a{
        text-decoration:none;
        font-size:20px;
    }

    .Imagery{
        width: 40%;
        margin-left: -35px;
    }
  

    .Hero{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1500px;
    height: 55vh;
    margin: 43px;
    margin-top: -90px;
    margin-bottom: 300px;
}


.Hero-Section .Kids{
    text-align: center;
    font-size: 70px;
    align-items: center;
    font-family: 'Segoe UI', sans-serif;
    line-height: 75px;
    margin-bottom: 20px;
}

.Hero-Section .Active{
    font-size: 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
}

.Apply{
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    margin-bottom: 70px;
}

.hero-image img{
    width:350px;
    height: 350px;
    border-radius: 500px;
    margin-top: 15px;
}



.Course{
    text-align:center;
    font-size:2.5rem;
    margin-bottom:50px;
    margin-top: 650px;
}


.card-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap: 52px;
    margin-bottom: 10px;
    padding:100px 8%;
    margin-top: -50px;
}

.card{
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(15px);
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
}

.card:hover{
    transform:translateY(-10px);
}

.card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.card h1{
    padding:20px;
    font-size:1.5rem;
}

.card p{
    padding:0 20px 20px;
    line-height:1.7;
}

.view{
    text-align:center;
    margin-top:40px;
}

.view a{
    color:#0f172a;
    text-decoration:none;
    font-size:1.1rem;
    font-weight:bold;
}


}




